home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / DA / Sp-Sz / SuitMods.txt < prev    next >
Text File  |  1991-09-11  |  2KB  |  37 lines

  1. Following is a patch to Suitcase II 1.2.11 to work around an incompatibility
  2. with SuperBoomerang 2.0.3 that can cause error "-43" on opening a suitcase
  3. file.  The patch is safe for all users (even if not using SuperBoomerang).  At
  4. this writing, it is not known whether SuperBoomerang 3.0, just released,
  5. requires this patch to Suitcase II 1.2.11.
  6.  
  7. For safety's sake, it is recommended that you make this patch ONLY WHILE NO
  8. COPY OF SUITCASE II IS INSTALLED.
  9.  
  10. With ResEdit, open the copy of Suitcase II that is to be patched. Double-
  11. click on the DRVR resource type, and then choose Open Using Hex Editor from
  12. the Resources menu.  Choose Find Hex from the Find menu.  In the Change Hex
  13. dialog box, CAREFULLY type the patch values (ResEdit will not echo the spaces
  14. if you type them; they are shown here for readability). Then click the Find
  15. Next button (if ResEdit beeps, there is an error in the "Find Hex" values). 
  16. Then click the Change button.  Quit, confirming that changes are to be saved.
  17.  
  18.  Find Hex:  302C 0060 4440 3D40 FF68 2D6C 0062
  19.  Change to: 3038 0214 4440 3D40 FF68 2D78 0398
  20.  
  21. ...and...
  22.  
  23. A bug was introduced into Suitcase II 1.2.11 that can cause some DAs to crash
  24. or not to work correctly.  At this writing the only DA known to be affected is
  25. SmartScrap, but the bug could also affect other DAs.  The following patch
  26. fixes the bug.
  27.  
  28.  With ResEdit, open a copy of Suitcase II 1.2.11 that is not currently in use.
  29. Double click on the INIT resource type; in the ensuing window double-click on
  30. INIT 128 (the only item).  Choose Find Hex from the Find menu.  In the Change
  31. Hex dialog box, *carefully* type the following values.  Then click the Find
  32. Next button. (If ResEdit beeps in response, there has been an error.)  Then
  33. click the Change button.  Quit, confirming that changes are to be saved.
  34.  
  35.  Find Hex:  6574
  36.  Change to: 6606
  37.